current_year
返回: Real(实数)
该 只读 变量返回当前年。
draw_text((32, 32, "Today is " + string(current_day) + "/" + string (current_month) + "/" + string(current_year) +".");
上述代码将会绘制一个年月日文本。